Description
Retrieve list of available actions for a given category. Action context is built based on the Operation context (currentDocument will be fetched from Context if not provided as input). If this operation is executed in a chain that initialized the Seam context, it will be used for Action context
Operation id | Actions.GET |
Category | Services |
Label | List available actions |
Requires | |
Since | |
Parameters
Signature
Inputs | void, document |
Outputs | blob, blob |
Implementation Information
JSON Definition
{
"id" : "Actions.GET",
"label" : "List available actions",
"category" : "Services",
"requires" : null,
"description" : "Retrieve list of available actions for a given category. Action context is built based on the Operation context (currentDocument will be fetched from Context if not provided as input). If this operation is executed in a chain that initialized the Seam context, it will be used for Action context",
"url" : "Actions.GET",
"signature" : [ "void", "blob", "document", "blob" ],
"params" : [ {
"name" : "category",
"description" : null,
"type" : "string",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "lang",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}